projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4277eee
)
tests: Expand content for testheaderbar
author
Alexander Mikhaylenko
<alexm@gnome.org>
Mon, 11 May 2020 13:31:59 +0000
(18:31 +0500)
committer
Alexander Mikhaylenko
<alexm@gnome.org>
Mon, 11 May 2020 13:31:59 +0000
(18:31 +0500)
tests/testheaderbar.c
patch
|
blob
|
history
diff --git
a/tests/testheaderbar.c
b/tests/testheaderbar.c
index 539ed3bbae3d66742a35e773c07d072c8174babf..9d3bcd2ba13ed23fc142f38861b974985b3c0435 100644
(file)
--- a/
tests/testheaderbar.c
+++ b/
tests/testheaderbar.c
@@
-143,6
+143,7
@@
main (int argc, char *argv[])
content = gtk_image_new_from_icon_name ("start-here-symbolic");
gtk_image_set_pixel_size (GTK_IMAGE (content), 512);
+ gtk_widget_set_vexpand (content, TRUE);
gtk_container_add (GTK_CONTAINER (box), content);